From bb3173654fee8825997509b84b2fe8ceb0375b62 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Tue, 9 Jan 2018 20:29:38 +0530 Subject: [PATCH] filter out windows related .a files. --- debian/vendor-tarball-filter.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/vendor-tarball-filter.txt b/debian/vendor-tarball-filter.txt index d3baccfb4..64c869228 100644 --- a/debian/vendor-tarball-filter.txt +++ b/debian/vendor-tarball-filter.txt @@ -16,6 +16,11 @@ strsim-*/docs/ # infinity0: and you can uh... run whatever mingw tool to create the import libraries from those .def files dbghelp-sys-*/*/*.a +# added in 0.24.0 +winapi-*/*/*.a +secur32-*/*/*.a +schannel-*/*/*.a + # To clean deps before making a new tarball, run # grep -v '^#' debian/deps-tarball-filter.txt | xargs -I% sh -c 'rm -rf %' -- 2.30.2